home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / grafica / pcd_manager / shellonly(kick2.04) / pcd2iff24.doc < prev   
Text File  |  1998-01-29  |  3KB  |  127 lines

  1.  
  2.     PCD2IFF24    version 1.05                Jan-12-1998
  3.  
  4.     Allenbrand Brice - Ringard' Production.
  5.  
  6.     -> Shell-only.
  7.     -> Kick 2.04 required.
  8.  
  9.  
  10. IMPORTANT NOTE
  11. --------------
  12.  
  13. A  PPC  version  is  now  included.  It is my first attempt to produce such
  14. code.   I don't have any PPC board to test the results, so please report me
  15. any bugs !
  16.  
  17.  
  18. INTRO:
  19. ------
  20.  
  21. PCD2IFF24 is a PhotoCD to IFF24 converter.
  22. Why another one ? because it's :
  23.  
  24. I    1) The only that does it in all the PCD resolutions.        I
  25. M    2) The only that doesn't need any alien library.        M
  26. P    3) The only that doesn't need any stack change.            P
  27. O    4) The only that uses Amiga routines for maximum speed.        O
  28. R    5) The only that uses an enhanced memory management system.    R
  29. T    6) The only that take care for PAL/NTSC or ECS/AGA.        T
  30. A    7) The only without Enforcer hits.                A
  31. N    8) The only that can be used with only 512Kb of memory (!!)    N
  32. T    9) The smallest                            T
  33. !    10) No FPU needed                        !
  34.  
  35. You only must have at least the Kick 2.04 or greater with enough memory.
  36.  
  37. USAGE:
  38. ------
  39.  
  40.     PCD2IFF24 InFile/A,OutFile/A,SIZE/N,BW/S,OVSKP/S
  41.  
  42.         InFile    : the PCD file.        REQUIRED
  43.  
  44.         OutFile    : the IFF file.        REQUIRED
  45.  
  46.         Size    1 (default)    192x128
  47.             2        384x256
  48.             3        768x512
  49.             4        1536x1024
  50.             5        3072x2048
  51.  
  52.         BW    : extract a 256 greyscaled picture.
  53.  
  54.         OVSKP    : uses the colors of the overneighboor picture.
  55.  
  56. MORE:
  57. -----
  58.  
  59.     _In BW mode, you only need 1/3 of memory amount required for the
  60.      color mode.
  61.     _The OVSKP mode doesn't use more memory, but the quality is better.
  62.     _The conversion time depends on the memory amount of your Amiga.
  63.     _The IFF saving routines can handle 3 different buffers depending
  64.      on your available memory. Off course ByteRunComp1 is used.
  65.  
  66.     _PCD2IFF24 is only a converter. It doesn't do much more, because
  67.      there exist enough image processing programs and they will do it
  68.      better.
  69.  
  70.     _PCD2IFF24 can be used with VMM
  71.  
  72.  
  73. ABOUT ME:
  74. ---------
  75.  
  76. This program can be freely distributed as long this documentation is included
  77. in the package. It is fully public domain.
  78.  
  79.                   THERE'ARE NO LIMITATIONS TO PCD2IFF24.
  80.  
  81.                           PCD2IFF24 is EMailWare
  82.  
  83.                   IF YOU USE IT, SEND ME WHAT YOU WANT !
  84.  
  85.                             !! SUPPORT AMIGA !!
  86.  
  87.  
  88.     Allenbrand Brice
  89.     12, rue St Michel  App. A21
  90.     68100 Mulhouse
  91.     FRANCE
  92.  
  93.     FiDo : 2:325/3.15
  94.     EMail: brice.allenbrand@hol.fr
  95.  
  96.  
  97. CHANGES:
  98. --------
  99.  
  100. 1.0    First internal release. Compiled with SAS/C 6.56
  101.  
  102. 1.01    Color bug removed, when R=G=B=$ff
  103.  
  104. 1.02    Speed +20%
  105.  
  106. 1.03    Compiled with SAS/C 6.57
  107.  
  108. 1.04    Compiled with SAS/C 6.58
  109.  
  110. 1.05    Greatly enhanced IFF code. (speed and size)
  111.     040 and 060 executables.
  112.  
  113.  
  114. FUTURE:
  115. -------
  116.  
  117. PPC Code 
  118.  
  119.  
  120. SUCCESSFULLY TESTED ON:
  121. -----------------------
  122.  
  123.     A500+6Mb
  124.     A1200+6Mb
  125.     A4030+10Mb
  126.     A4040+22Mb
  127.